home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / misc / math / gpamiga_1_38_3.lha / README < prev    next >
Text File  |  1993-11-01  |  3KB  |  74 lines

  1. Copyright notice:
  2.  
  3. This is version 1.38.x of PARI, (c) 1989-1993 by
  4. C. Batut, D. Bernardi, H. Cohen and M. Olivier.
  5.  
  6. This software is intended as a service to the scientific community,
  7. but the authors cannot be held responsible for any consequences,
  8. either direct or indirect, which the use of this package may have. 
  9. It can be freely copied and spread, as long as no files are modified, and
  10. that the whole package (source and manual), including this README file
  11. is included.
  12.  
  13. To compile the users manual, type "make" in the "doc" directory.
  14.  
  15. For those already familiar with version 1.35 of Pari, read the text file
  16. Newin1.37 to see what has changed between 1.35 and 1.37, Newin1.38 to
  17. see what has changed since version 1.37, and Newin1.39 to see what has
  18. changed since version 1.38.
  19.  
  20. Some on-line help can be obtained in GP (? for a list of sections, ?n for 
  21. functions in section number n, ?command for a one line description of the 
  22. command, ?\ for description of all the metacommands, ?* for all functions).
  23. Some commands are not documented at all in this on-line help e.g. % to get
  24. modulo, [,,,] to get vectors, [,,,;,,,;,,,;,,,] to get matrices, Ctrl-C to 
  25. abort a command but stay in GP, etc...).
  26.  
  27. Complete on-line help can be obtained by using GP in a GNUemacs
  28. buffer (see section 3.11 of the manual).
  29.  
  30.   The output routines by default print in "prettymatrix" format. Type \p
  31. twice if you want to be in "raw" format. The "prettyprint" format
  32. (type \p only once) is not very nice and needs to be improved.
  33.  
  34.   Many bugs remain, known and unknown. Among the most notable known
  35. one is the bad treatment of power series in more than one variable.
  36. This may be corrected some time in the future. 
  37.  
  38.   Evidently you will find bugs in PARI, some subtle, some not, and
  39. you may also consider it indispensable to have some extra tools
  40. available. We are constantly expanding the PARI library,
  41. but it takes time and work.
  42.   In any case, we would appreciate correspondence; please be 
  43. tolerant. We know many of the defects in PARI, so don't flame us.
  44. After all, you don't have to use it. On the other hand, we will
  45. enormously appreciate constructive criticisms, or even programs for
  46. those who want to delve in the innards of PARI without the technical
  47. reference manual, which remains to be written (a start is Chapter 5
  48. of the users manual).
  49.  
  50.   Again, we repeat that you must feel free to spread PARI if you think
  51. it useful, with this README file included. However do NOT spread modified 
  52. versions without getting permission from us.
  53.  
  54. The two modes in which you can use PARI are:
  55. -- The library mode 
  56. -- The programmable calculator mode, called GP.
  57. In addition, GP can be used in a special GNUemacs buffer, and
  58. this provides additional capabilities (thanks mainly to David Carlisle).
  59.  
  60.  
  61. Our address is:
  62.     Prof. Henri COHEN  (re: PARI)
  63.     UFR de Mathematiques et Informatique
  64.     Universite Bordeaux I
  65.     351 Cours de la Liberation
  66.     33405 TALENCE CEDEX
  67.         FRANCE
  68.  
  69. e-mail: pari@ceremab.u-bordeaux.fr
  70. anonymous ftp from: megrez.ceremab.u-bordeaux.fr (147.210.16.17) or 
  71.                     math.ucla.edu.
  72.  
  73.  
  74.